Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Add AIX Support #44

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Add AIX Support #44

wants to merge 24 commits into from

Conversation

d-little
Copy link

@d-little d-little commented Jul 10, 2019

A lot of changes here, but I believe functionality remains identical for existing environments.

'Fixes' #43

New Variables

samba_sbin_dir and samba_bin_dir were added to support not-in-PATH by default status on AIX. We can pull this out and just make it mandatory that these two bin dirs are in the PATH by default on AIX if there's any concern over these two.

The references to samba binaries has replaced:
smbd --version | sed 's/Version //'
with:
{{ samba_sbin_dir + '/' | default('') }}smbd --version | sed 's/Version //'
(for example)

New handlers

AIX itself does not treat samba in the same way as most other services, services module is actually lacking a lot of AIX support in general. So I've added initd commands to start/restart AIX services.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant